BatchCallResponse.fromJson constructor

BatchCallResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory BatchCallResponse.fromJson(Map<String, dynamic> json) =>
    _$BatchCallResponseFromJson(json);