SendMessageBatchOutput.fromJson constructor

SendMessageBatchOutput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory SendMessageBatchOutput.fromJson(Map<String, Object?> json) =>
    _$SendMessageBatchOutputFromJson(json);