Any constructor

Any({
  1. required String typeUrl,
  2. required TronBaseContract value,
})

Create a new Any instance with specified parameters.

Implementation

Any({required this.typeUrl, required this.value});