Feature constructor

Feature({
  1. Map<String, dynamic> properties = const <String, dynamic>{},
})

Implementation

Feature({this.properties = const <String, dynamic>{}});