fromJson static method

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

Create a new instance from a json

Implementation

static SendFileResponse fromJson(Map<String, dynamic> json) =>
    _$SendFileResponseFromJson(json);