PartitionsModel.fromJson constructor

PartitionsModel.fromJson(
  1. String source
)

Implementation

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