CopyWith$Input$LonLatInput<TRes> constructor

CopyWith$Input$LonLatInput<TRes>(
  1. Input$LonLatInput instance,
  2. TRes then(
    1. Input$LonLatInput
    )
)

Implementation

factory CopyWith$Input$LonLatInput(
  Input$LonLatInput instance,
  TRes Function(Input$LonLatInput) then,
) = _CopyWithImpl$Input$LonLatInput;