copyWith method

TimeRange copyWith (
  1. void updates(
    1. TimeRange
    )
)

Implementation

TimeRange copyWith(void Function(TimeRange) updates) => super.copyWith((message) => updates(message as TimeRange));