copyWith method

  1. @override
NudgeUi copyWith({
  1. required String id,
  2. required String token,
})
override

Implementation

@override
copyWith({
  required String id,
  required String token,
}) =>
    ChallengesUi(
      token: token,
      id: id,
      callback: callback,
    );