Parser class
i18n parser.
Constructors
- Parser.new(dynamic lang)
- Create new Parser.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lang → dynamic
-
The current language.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getApiResultTypes(
) → List< String> - Returns all api result types.
-
getSearchResultTypes(
) → List< String> - Returns all search result types.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseChannelContents(
List< JsonMap> results) → JsonMap - Parses content from a channel.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited