Provider class

Provider

Implemented types

Constructors

Provider({required String $id, required String $createdAt, required String $updatedAt, required String name, required String provider, required bool enabled, required String type, required Map<String, dynamic> credentials, Map<String, dynamic>? options})
Provider.fromMap(Map<String, dynamic> map)
factory

Properties

$createdAt String
Provider creation time in ISO 8601 format.
final
$id String
Provider ID.
final
$updatedAt String
Provider update date in ISO 8601 format.
final
credentials Map<String, dynamic>
Provider credentials.
final
enabled bool
Is provider enabled?
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name for the provider instance.
final
options Map<String, dynamic>?
Provider options.
final
provider String
The name of the provider service.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Type of provider.
final

Methods

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

Operators

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