MakerInfo class

Constructors

MakerInfo({required String type, required int id, required double lat, required double lng, required String name, required String address, required String phone, required String img, required String fax, required String email, required RoutingInfo? routingInfo})
const
MakerInfo.fromJson(Map<String, dynamic> json)
factory
MakerInfo.fromJsonSearch(Map<String, dynamic> json)
factory

Properties

address String
final
email String
final
fax String
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
img String
final
lat double
final
lng double
final
name String
final
phone String
final
routingInfo RoutingInfo?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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