Controller constructor

Controller({
  1. required String identifier,
})

Implementation

Controller({
  required this.identifier,
});