factory Form.fromJson(Map<String, Object?> json) { return Form( answers: json[r'answers'] as Map<String, Object?>?, ); }