contractSubscribeToEventRequestFromJson function

ContractSubscribeToEventRequest? contractSubscribeToEventRequestFromJson(
  1. String? str
)

Implementation

ContractSubscribeToEventRequest contractSubscribeToEventRequestFromJson(
        String str) =>
    ContractSubscribeToEventRequest.fromJson(json.decode(str));