Schema constructor

Schema({
  1. List<SchemaAttribute>? attributes,
})

Implementation

Schema({
  this.attributes,
});