fromJson static method

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

Create a new instance from a json

Implementation

static SendActionResponse fromJson(Map<String, dynamic> json) =>
    _$SendActionResponseFromJson(json);