TranslateStatus class

Constructors

TranslateStatus({String? modSourceInfoUUID, required int totalWords, required Map<Locale, int> translatedWords, required DateTime lastUpdated})
TranslateStatus.fromJson(String source)
factory
TranslateStatus.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
isGlobal bool
no setter
lastUpdated DateTime
final
modSourceInfoUUID String?
If null, the status is global.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalWords int
final
translatedWords Map<Locale, int>
final

Methods

copyWith({String? modSourceInfoUUID, int? totalWords, Map<Locale, int>? translatedWords, DateTime? lastUpdated}) TranslateStatus
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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