BrazeSdkAuthenticationError class Null safety

Constructors

BrazeSdkAuthenticationError(String _data)

Properties

brazeSdkAuthenticationErrorString String
Sdk Authentication Error json
read / write
code int
read / write
hashCode int
The hash code for this object.
read-onlyinherited
reason String
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
signature String
read / write
userId String
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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