factory PartialApplication.fromJson(Map<String, dynamic> json) { return PartialApplication( id: Snowflake(json['id']), flags: json['flags'], ); }