fromJson static method

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

Create a new instance from a json

Implementation

static SendImageResponse fromJson(Map<String, dynamic> json) =>
    _$SendImageResponseFromJson(json);