RCParams class

Annotations
  • @JsonSerializable()

Constructors

RCParams(Resource resource_history_bytes, Resource resource_new_accounts, Resource resource_market_bytes, Resource resource_state_bytes, Resource resource_execution_time)
const
RCParams.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
resource_execution_time Resource
final
resource_history_bytes Resource
final
resource_market_bytes Resource
final
resource_new_accounts Resource
final
resource_state_bytes Resource
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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