SendPartitionModel.fromJson constructor
SendPartitionModel.fromJson(
- String source
Implementation
factory SendPartitionModel.fromJson(String source) =>
SendPartitionModel.fromMap(json.decode(source) as Map<String, dynamic>);