DataSource class

Annotations
  • @freezed

Constructors

DataSource({required String name, required ConnectorType provider, required ConnectorType activeProvider, @_EnvValueConverter() required EnvValue url, @_EnvValueConverter() EnvValue? directUrl, required List<String> schemas})
const
factory
DataSource.fromJson(Map<String, dynamic> json)
factory

Properties

activeProvider ConnectorType
no setterinherited
copyWith → $DataSourceCopyWith<DataSource>
no setterinherited
directUrl EnvValue?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
name String
no setterinherited
provider ConnectorType
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemas List<String>
no setterinherited
url EnvValue
no setterinherited

Methods

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

Operators

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