SendPartitionModel.fromJson constructor

SendPartitionModel.fromJson(
  1. String source
)

Implementation

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