contractIterateMapResponseFromJson function

ContractIterateMapResponse? contractIterateMapResponseFromJson(
  1. String? str
)

Implementation

ContractIterateMapResponse contractIterateMapResponseFromJson(String str) =>
    ContractIterateMapResponse.fromJson(json.decode(str));