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