AccountOnFileAttribute class
Represents an AccountOnFileAttribute object.
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- AccountOnFileAttribute.new({String key = "", String value = "", AccountOnFileAttributeStatus status = AccountOnFileAttributeStatus.readOnly, MustWriteReason? mustWriteReason})
-
AccountOnFileAttribute.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key ↔ String
-
Identifying key for the AccountOnFileAttribute.
getter/setter pair
- mustWriteReason ↔ MustWriteReason?
-
The optional reason when an attribute value needs to be provided by the customer.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ AccountOnFileAttributeStatus
-
The status of this AccountOnFileAttribute.
getter/setter pair
- value ↔ String
-
The value for this AccountOnFileAttribute
getter/setter pair
Methods
-
isEditingAllowed(
) → bool -
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited