toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return <String, dynamic>{
    if (type != null) r'type': type,
    if (features != null) r'features': features,
  };
}