Brand class Null safety

OAuth brand data.

NOTE: Only contains a portion of the data that describes a brand.

Constructors

Brand({String? applicationTitle, String? name, bool? orgInternalOnly, String? supportEmail})
Brand.fromJson(Map json_)

Properties

applicationTitle String?
Application name displayed on OAuth consent screen.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
name String?
Identifier of the brand.
read / write
orgInternalOnly bool?
Whether the brand is only intended for usage inside the G Suite organization only.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
supportEmail String?
Support email displayed on the OAuth consent screen.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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