GetPartitionsModel.fromJson constructor

GetPartitionsModel.fromJson(
  1. String source
)

Implementation

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