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