updateWithJson method

void updateWithJson(
  1. Map<String, dynamic> json
)

Implementation

void updateWithJson(Map<String, dynamic> json) async {
  model.setupFromJson(json);
  update();
}