Query$getStaticTranslationsByTargetAndLanguagePaginated$getStaticTranslationsByTargetAndLanguagePaginated$objects$translation class
Constructors
- Query$getStaticTranslationsByTargetAndLanguagePaginated$getStaticTranslationsByTargetAndLanguagePaginated$objects$translation({required String $_id, required String content, String? language})
-
Query$getStaticTranslationsByTargetAndLanguagePaginated$getStaticTranslationsByTargetAndLanguagePaginated$objects$translation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $_id → String
-
final
- content → String
-
final
-
copyWith
→ CopyWith$Query$getStaticTranslationsByTargetAndLanguagePaginated$getStaticTranslationsByTargetAndLanguagePaginated$objects$translation<
Query$getStaticTranslationsByTargetAndLanguagePaginated$getStaticTranslationsByTargetAndLanguagePaginated$objects$translation> -
Available on Query$getStaticTranslationsByTargetAndLanguagePaginated$getStaticTranslationsByTargetAndLanguagePaginated$objects$translation, provided by the UtilityExtension$Query$getStaticTranslationsByTargetAndLanguagePaginated$getStaticTranslationsByTargetAndLanguagePaginated$objects$translation extension
no setter - hashCode → int
-
The hash code for this object.
no setteroverride
- language → String?
-
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(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override