BoxDescriptor constructor

BoxDescriptor({
  1. required String name,
})

Implementation

BoxDescriptor({
  required this.name,
});