DataSource class
- Annotations
-
- @JsonSerializable(createFactory: true, createToJson: true, explicitToJson: true)
Constructors
-
DataSource({required String name, required ConnectorType activeProvider, required ConnectorType provider, required EnvValue url, Map<
String, String> ? config}) -
const
-
DataSource.fromJson(Map<
String, dynamic> json) -
factory
Properties
- activeProvider → ConnectorType
-
final
-
config
→ Map<
String, String> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
final
- provider → ConnectorType
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → EnvValue
-
final
Methods
-
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