Ban constructor

Ban([
  1. void b(
    1. BanBuilder
    )?
])

Creates a new Ban object using the builder pattern.

Implementation

factory Ban([void Function(BanBuilder)? b]) = _$Ban;