PronunciationDictionaryVersionResponseModel class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

PronunciationDictionaryVersionResponseModel({required String versionId, required int versionRulesNum, required String pronunciationDictionaryId, required String dictionaryName, required String versionName, required dynamic permissionOnResource, required String createdBy, required int creationTimeUnix, dynamic archivedTimeUnix})
const
PronunciationDictionaryVersionResponseModel.fromJson(Map<String, dynamic> json)
factory

Properties

archivedTimeUnix → dynamic
final
createdBy String
final
creationTimeUnix int
final
dictionaryName String
final
hashCode int
The hash code for this object.
no setteroverride
permissionOnResource → dynamic
final
pronunciationDictionaryId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionId String
final
versionName String
final
versionRulesNum int
final

Methods

copyWith({String? versionId, int? versionRulesNum, String? pronunciationDictionaryId, String? dictionaryName, String? versionName, dynamic permissionOnResource, String? createdBy, int? creationTimeUnix, dynamic archivedTimeUnix}) PronunciationDictionaryVersionResponseModel

Available on PronunciationDictionaryVersionResponseModel, provided by the $PronunciationDictionaryVersionResponseModelExtension extension

copyWithWrapped({Wrapped<String>? versionId, Wrapped<int>? versionRulesNum, Wrapped<String>? pronunciationDictionaryId, Wrapped<String>? dictionaryName, Wrapped<String>? versionName, Wrapped? permissionOnResource, Wrapped<String>? createdBy, Wrapped<int>? creationTimeUnix, Wrapped? archivedTimeUnix}) PronunciationDictionaryVersionResponseModel

Available on PronunciationDictionaryVersionResponseModel, provided by the $PronunciationDictionaryVersionResponseModelExtension extension

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.
override

Operators

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

Constants

fromJsonFactory → const PronunciationDictionaryVersionResponseModel Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(PronunciationDictionaryVersionResponseModel instance)