v1GetGasUsageResponse class

Constructors

v1GetGasUsageResponse({required num windowDurationMinutes, required String windowLimitUsd, required String usageUsd})
const
v1GetGasUsageResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usageUsd String
The total gas usage (in USD) of all sponsored transactions processed over the last window_duration_minutes
final
windowDurationMinutes num
The window duration (in minutes) for the organization or sub-organization.
final
windowLimitUsd String
The window limit (in USD) for the organization or sub-organization.
final

Methods

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

Operators

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