AccessLocations class

Home office and physical location of the principal.

Constructors

AccessLocations({String? principalOfficeCountry, String? principalPhysicalLocationCountry})
AccessLocations.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
principalOfficeCountry String?
The "home office" location of the principal.
getter/setter pair
principalPhysicalLocationCountry String?
Physical location of the principal at the time of the access.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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