Name constructor

Name(
  1. String name, {
  2. String? schema,
})

Implementation

Name(this.name, {this.schema});