ListDataModel class sealed
- Annotations
-
- @freezed
Constructors
-
ListDataModel.new({List<
ListItemModel> ? languages}) -
constfactory
-
ListDataModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $ListDataModelCopyWith<
ListDataModel> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
languages
→ List<
ListItemModel> ? -
List of source/target languages supported by the translation API. If
target parameter is unspecified, the list is sorted by the ASCII code
point order of the language code. If target parameter is specified, the
list is sorted by the collation order of the language name in the target
language.
no setterinherited
- 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(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited