Ban constructor
Ban([
- void b()?
Creates a new Ban object using the builder pattern.
Implementation
factory Ban([void Function(BanBuilder)? b]) = _$Ban;
Creates a new Ban object using the builder pattern.
factory Ban([void Function(BanBuilder)? b]) = _$Ban;