LanguageConditions class

Constructors

LanguageConditions({required String param, required Map<String, dynamic> conditions})
Conditions of the language that you want to translate into.
LanguageConditions.fromJson(String source)
Convert to LanguageConditions from JSON
factory
LanguageConditions.fromMap(Map<String, dynamic> map)
Convert to LanguageConditions from Map
factory

Properties

conditions Map<String, dynamic>
Map of conditions
final
hashCode int
The hash code for this object.
no setteroverride
param String
The parameter that you want to use the conditions.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Convert to JSON
toMap() Map<String, dynamic>
Convert to Map
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override