RequiredSchema constructor

RequiredSchema({
  1. required String name,
})

Implementation

RequiredSchema({required super.name});