ForZone constructor

const ForZone({
  1. required String name,
})

Default constructor.

Implementation

const ForZone({
  required this.name,
});