Map<String, dynamic> toMap() { return <String, dynamic>{ 'comment': ?comment, 'severityId': ?severityId, 'statusId': ?statusId, }; }