SchemaView constructor

const SchemaView({
  1. required String name,
  2. String? schema,
  3. String? definition,
})

Implementation

const SchemaView({required this.name, this.schema, this.definition});