PoolInfoScreenerSchema class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

PoolInfoScreenerSchema.new({required String asset0Id, required String asset1Id, int? createdAtBlockNumber, int? createdAtBlockTimestamp, String? createdAtTxnId, int? feeBps, required String id})
const
PoolInfoScreenerSchema.fromJson(Map<String, dynamic> json)
factory

Properties

asset0Id String
final
asset1Id String
final
createdAtBlockNumber int?
final
createdAtBlockTimestamp int?
final
createdAtTxnId String?
final
feeBps int?
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? asset0Id, String? asset1Id, int? createdAtBlockNumber, int? createdAtBlockTimestamp, String? createdAtTxnId, int? feeBps, String? id}) PoolInfoScreenerSchema

Available on PoolInfoScreenerSchema, provided by the $PoolInfoScreenerSchemaExtension extension

copyWithWrapped({Wrapped<String>? asset0Id, Wrapped<String>? asset1Id, Wrapped<int?>? createdAtBlockNumber, Wrapped<int?>? createdAtBlockTimestamp, Wrapped<String?>? createdAtTxnId, Wrapped<int?>? feeBps, Wrapped<String>? id}) PoolInfoScreenerSchema

Available on PoolInfoScreenerSchema, provided by the $PoolInfoScreenerSchemaExtension extension

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.
override

Operators

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

Constants

fromJsonFactory → const PoolInfoScreenerSchema Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(PoolInfoScreenerSchema instance)