updateFromJson abstract method

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

Update the data of this model using the json data. NOTE: only the updated values are available in the json data.

Implementation

void updateFromJson(Map<String, dynamic> json);