PoiExtension class

Constructors

PoiExtension({String? opentime, String? rating, num? cost})
PoiExtension.fromJson(Map<String, dynamic> json)

Properties

cost num?
人均消费 iOS
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
opentime String?
营业时间 Android, iOS
getter/setter pair
rating String?
评分 Android, iOS
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? opentime, String? rating, double? cost}) PoiExtension
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited