TokensRequest class

Constructors

TokensRequest({List<int>? ids, List<String>? symbols, List<String>? name, int? offset, int? limit})
TokensRequest.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ids List<int>?
final
limit int?
final
name List<String>?
final
offset int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbols List<String>?
final

Methods

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

Operators

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