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