Brewery class

Constructors

Brewery({String? id, String? name, String? breweryType, String? street, String? address_2, String? address_3, String? city, String? state, String? countyProvince, String? postalCode, String? country, String? longitude, String? latitude, String? phone, String? websiteUrl, String? updatedAt, String? createdAt})
const
Brewery.fromJson(Map<String, dynamic> json)
factory

Properties

address_2 String?
final
address_3 String?
final
breweryType String?
final
city String?
final
country String?
final
countyProvince String?
final
createdAt String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
latitude String?
final
longitude String?
final
name String?
final
phone String?
final
postalCode String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
final
street String?
final
updatedAt String?
final
websiteUrl 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