SettingsRF class

Constructors

SettingsRF({String? UserName, String? UserID, String? BaseURL, String? Ref, String? ApiKey, String? AppId, String? ProjectId, String? DatabseURL, String? MessagingSenderId, String? StrorageBucket})

Properties

ApiKey String?
getter/setter pair
AppId String?
getter/setter pair
BaseURL String?
getter/setter pair
DatabseURL String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
MessagingSenderId String?
getter/setter pair
ProjectId String?
getter/setter pair
Ref String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
StrorageBucket String?
getter/setter pair
UserID String?
getter/setter pair
UserName String?
getter/setter pair

Methods

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

Operators

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