Schema constructor

const Schema({
  1. required AvroType type,
})

Implementation

const Schema({
  required this.type,
});