DataSource constructor

const DataSource([
  1. String? value
])

Creates a DataSource annotation

value - Optional name for the data source component

Implementation

const DataSource([super.value]);