BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost class

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

Constructors

BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost({required List<Object> rules, required String name, dynamic description, dynamic workspaceAccess})
const
BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.fromJson(Map<String, dynamic> json)
factory

Properties

description → dynamic
final
hashCode int
The hash code for this object.
no setteroverride
name String
final
rules List<Object>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workspaceAccess → dynamic
final

Methods

copyWith({List<Object>? rules, String? name, dynamic description, dynamic workspaceAccess}) BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost

Available on BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost, provided by the $BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostExtension extension

copyWithWrapped({Wrapped<List<Object>>? rules, Wrapped<String>? name, Wrapped? description, Wrapped? workspaceAccess}) BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost

Available on BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost, provided by the $BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostExtension 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