Context class

Annotations
  • @JsonSerializable.new()

Constructors

Context({required Country? country, Region? region, required Place? postcode, Place? district, required Place? place, Neighborhood? neighborhood, Neighborhood? street})
Context.fromJson(Map<String, dynamic> json)
factory

Properties

country → Country?
final
district → Place?
final
hashCode → int
The hash code for this object.
no setterinherited
neighborhood → Neighborhood?
final
place → Place?
final
postcode → Place?
final
region → Region?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
street → Neighborhood?
final

Methods

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.
inherited

Operators

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