menu
mapbox_search package
documentation
models/retrieve_response.dart
Feature
Feature.fromJson factory constructor
Feature.fromJson factory constructor
dark_mode
light_mode
Feature.fromJson
constructor
Feature.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory
Feature.fromJson(
Map
<
String
,
dynamic
> json) => _$FeatureFromJson(json);
mapbox_search package
documentation
models/retrieve_response
Feature
Feature.fromJson factory constructor
Feature class
Constructors
Feature
fromJson
Properties
geometry
hashCode
properties
runtimeType
type
Methods
noSuchMethod
toJson
toString
Operators
operator ==