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