DriftView constructor

const DriftView({
  1. String? name,
  2. String? dataClassName,
  3. Type? extending,
})

Customize view name and data class name

Implementation

const DriftView({this.name, this.dataClassName, this.extending});