Any constructor
Any({
- required String typeUrl,
- required TronBaseContract value,
Create a new Any instance with specified parameters.
Implementation
Any({required this.typeUrl, required this.value});