LogbotCredentials class
Constructors
- LogbotCredentials({required String clientId, required String clientSecret, required String username, required String password, String? basePath})
- LogbotCredentials.fromJson(dynamic json)
Properties
Methods
-
copyWith(
{String? clientId, String? clientSecret, String? username, String? password, String? basePath}) → LogbotCredentials -
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