RegionalBloc constructor

RegionalBloc({
  1. String? acronym,
  2. String? name,
})

Implementation

RegionalBloc({
  this.acronym,
  this.name,
});