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