Map<String, dynamic> toMap() { return <String, dynamic>{ 'kmsKeyId': ?kmsKeyId, 'optInStatus': ?optInStatus, 'type': ?type, }; }