CopyWith$Input$ChallengeInput<TRes> class abstract

Properties

donation CopyWith$Input$ChallengeDonationInput<TRes>
no setter
hashCode int
The hash code for this object.
no setterinherited
leaderboard CopyWith$Input$ChallengeLeaderboardInput<TRes>
no setter
media CopyWith$Input$MediaInput<TRes>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target CopyWith$Input$TargetACIInput<TRes>
no setter

Methods

activities(Iterable<Input$ChallengeActivitiesInput>? _fn(Iterable<CopyWith$Input$ChallengeActivitiesInput<Input$ChallengeActivitiesInput>>?)) → TRes
call({String? title, String? description, Input$MediaInput? media, List<Input$ChallengeActivitiesInput>? activities, Input$ChallengeDonationInput? donation, Input$ChallengeLeaderboardInput? leaderboard, DateTime? startDate, DateTime? endDate, Enum$ChallengeStatusEnum? status, List<Input$ChallengeInputWinner>? winners, String? audience, Input$TargetACIInput? target}) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
winners(Iterable<Input$ChallengeInputWinner>? _fn(Iterable<CopyWith$Input$ChallengeInputWinner<Input$ChallengeInputWinner>>?)) → TRes

Operators

operator ==(Object other) bool
The equality operator.
inherited