Mount constructor

Mount([
  1. void b(
    1. MountBuilder
    )?
])

Creates a new Mount object using the builder pattern.

Implementation

factory Mount([void Function(MountBuilder)? b]) = _$Mount;