AccountResourceModel class
Constructors
- AccountResourceModel({required BigInt freeNetUsed, required BigInt freeNetLimit, required BigInt netLimit, required BigInt netUsed, required BigInt energyLimit, required BigInt energyUsed, required int tronPowerLimit, required int tronPowerUsed})
- AccountResourceModel.empty()
- 
          
            factory
- 
          AccountResourceModel.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- energyLimit → BigInt
- 
  
  final
- energyUsed → BigInt
- 
  
  final
- freeNetLimit → BigInt
- 
  
  final
- freeNetUsed → BigInt
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- howManyBandwIth → BigInt
- 
  
  no setter
- howManyEnergy ↔ BigInt
- 
  
  latefinal
- howManyVote → int
- 
  
  no setter
- netLimit → BigInt
- 
  
  final
- netUsed → BigInt
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- totalBandWith ↔ BigInt
- 
  
  latefinal
- totalBandWithUsed ↔ BigInt
- 
  
  latefinal
- tronPowerLimit → int
- 
  
  final
- tronPowerUsed → int
- 
  
  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.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited