ElementChangeResponse class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

ElementChangeResponse({String elementType, String brand, bool complete, bool empty, dynamic value, String country, String bankName, dynamic error})
factory

Properties

bankName String
getter/setter pair
brand String
getter/setter pair
complete bool
getter/setter pair
country String
getter/setter pair
elementType String
getter/setter pair
empty bool
getter/setter pair
error ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ dynamic
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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