BusinessIdentity class

Collection of information related to the identity of a business.

Constructors

BusinessIdentity.new({IdentityAttribute? blackOwned, IdentityAttribute? latinoOwned, String? name, String? promotionsConsent, IdentityAttribute? smallBusiness, IdentityAttribute? veteranOwned, IdentityAttribute? womenOwned})
BusinessIdentity.fromJson(Map json_)

Properties

blackOwned IdentityAttribute?
Specifies whether the business identifies itself as being black-owned.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latinoOwned IdentityAttribute?
Specifies whether the business identifies itself as being latino-owned.
getter/setter pair
name String?
Identifier.
getter/setter pair
promotionsConsent String?
Whether the identity attributes may be used for promotions.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smallBusiness IdentityAttribute?
Specifies whether the business identifies itself as a small business.
getter/setter pair
veteranOwned IdentityAttribute?
Specifies whether the business identifies itself as being veteran-owned.
getter/setter pair
womenOwned IdentityAttribute?
Specifies whether the business identifies itself as being women-owned.
getter/setter pair

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