EventSchema constructor

const EventSchema({
  1. required BlockSchema block,
})

Implementation

const EventSchema({
  required this.block,
});