configData class

Annotations
  • @HiveType(typeId: 0)

Constructors

configData({String? apiUrl, String? gatewayApiUrl, String? gatewayApiKey, String? supportUrl, String? stores, String? products, List<Countries>? countries, String? googleMapsApiKey, List<Payment_Methods?>? payment_methods})
configData.fromJson(Map<String, dynamic> json)

Properties

apiUrl String?
getter/setter pair
box → BoxBase?
Get the box in which this object is stored. Returns null if object has not been added to a box yet.
no setterinherited
countries List<Countries>?
getter/setter pair
gatewayApiKey String?
getter/setter pair
gatewayApiUrl String?
getter/setter pair
googleMapsApiKey String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isInBox bool
Returns whether this object is currently stored in a box.
no setterinherited
key → dynamic
Get the key associated with this object. Returns null if object has not been added to a box yet.
no setterinherited
payment_methods List<Payment_Methods?>?
getter/setter pair
products String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stores String?
getter/setter pair
supportUrl String?
getter/setter pair

Methods

delete() Future<void>
Deletes this object from the box it is stored in.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() Future<void>
Persists this object.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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