Map<String, dynamic> toMap() { return <String, dynamic>{ 'featureName': ?featureName, 'featureStatus': ?featureStatus, 'region': ?region, }; }