Object construction from a JSON representation
factory Model.fromJson(Map<String, dynamic> json) => _$ModelFromJson(json);