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