Converts this feature to a map using the native field names.
Map<String, Object?> toMap() { return <String, Object?>{ 'name': name, 'version': version, 'isGlEsFeature': isGlEsFeature, }; }