DatasourceDefinition class

Parsed datasource block.

Annotations
  • @immutable

Constructors

DatasourceDefinition({required String name, required Map<String, String> properties, int? line, int? column})
Creates a datasource definition.
const

Properties

column → int?
One-based source column where the datasource block starts, if known.
final
hashCode → int
The hash code for this object.
no setterinherited
line → int?
One-based source line where the datasource block starts, if known.
final
name → String
Datasource block name.
final
properties → Map<String, String>
Raw datasource properties keyed by property name.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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