TronKey constructor
TronKey({
- required TronAddress address,
- required BigInt weight,
Create a new TronKey instance with specified parameters.
Implementation
TronKey({required this.address, required this.weight});