Creates Map from Class Object
Map
Map<String, dynamic> toJson() => { 'identifier': identifier, 'type': type, 'additionalSigned': additionalSigned, };