Shortcut to convert directly to json. Handy for stuff like json_serializable.
Map<String, dynamic> toJson() => toModel().toJson();