UGoldTradeLimitsResponse class

Constructors

UGoldTradeLimitsResponse({required List<UGoldTradeLimitResponse> items, required List<UGoldTradeLimitResponse> currentLimits, String? timezone, String? currentTime})
UGoldTradeLimitsResponse.fromJson(String str)
factory
UGoldTradeLimitsResponse.fromMap(Map<String, dynamic> json)
factory

Properties

currentLimits → List<UGoldTradeLimitResponse>
final
currentTime → String?
final
hashCode → int
The hash code for this object.
no setterinherited
items → List<UGoldTradeLimitResponse>
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
timezone → String?
final

Methods

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

Operators

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