SendData.fromRawJson constructor

SendData.fromRawJson(
  1. String str
)

Implementation

factory SendData.fromRawJson(String str) =>
    SendData.fromJson(json.decode(str));