copyWith method

EpubNavigationLabel copyWith({
  1. Maybe<String> text = const Maybe.none(),
})

Implementation

EpubNavigationLabel copyWith({Maybe<String> text = const Maybe.none()}) =>
    EpubNavigationLabel(text.valueOr(this.text));