OtherOperationMappings class

Other operation mapping.

Annotations
  • @JsonSerializable(createFactory: true, createToJson: true, explicitToJson: true)

Constructors

OtherOperationMappings({required List<String> read, required List<String> write})
Create a new other operation mapping.
const
OtherOperationMappings.fromJson(Map<String, dynamic> json)
Other operation mapping from JSON factory constructor.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
read List<String>
Read operations
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
write List<String>
Write operations
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Other operation mapping as JSON map.
toString() String
Other operation mapping as JSON string.
override

Operators

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