factory ModelHint.fromJson(Map<String, dynamic> json) { return ModelHint( name: json['name'] as String, weight: json['weight'] as String?, ); }