Input$ChallengeInput class

Constructors

Input$ChallengeInput({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})
factory
Input$ChallengeInput.fromJson(Map<String, dynamic> data)
factory

Properties

activities List<Input$ChallengeActivitiesInput>?
no setter
audience String?
no setter
copyWith CopyWith$Input$ChallengeInput<Input$ChallengeInput>
no setter
description String?
no setter
donation Input$ChallengeDonationInput?
no setter
endDate DateTime?
no setter
hashCode int
The hash code for this object.
no setteroverride
leaderboard Input$ChallengeLeaderboardInput?
no setter
media Input$MediaInput?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime?
no setter
status Enum$ChallengeStatusEnum?
no setter
target Input$TargetACIInput?
no setter
title String?
no setter
winners List<Input$ChallengeInputWinner>?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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