UpdateCustomRewardProps class

Annotations
  • @freezed

Constructors

UpdateCustomRewardProps({String? backgroundColor, bool? isEnabled, int? cost, String? title, String? prompt, bool? isUserInputRequired, int? maxPerStream, bool? isMaxPerStreamEnabled, bool? isMaxPerUserPerStreamEnabled, int? maxPerUserPerStream, bool? isGlobalCooldownEnabled, int? globalCooldownSeconds, bool? isPaused, bool? shouldRedemptionsSkipRequestQueue})
const
factory
UpdateCustomRewardProps.fromJson(Map<String, dynamic> json)
factory

Properties

backgroundColor String?
no setterinherited
copyWith → $UpdateCustomRewardPropsCopyWith<UpdateCustomRewardProps>
no setterinherited
cost int?
no setterinherited
globalCooldownSeconds int?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isEnabled bool?
no setterinherited
isGlobalCooldownEnabled bool?
no setterinherited
isMaxPerStreamEnabled bool?
no setterinherited
isMaxPerUserPerStreamEnabled bool?
no setterinherited
isPaused bool?
no setterinherited
isUserInputRequired bool?
no setterinherited
maxPerStream int?
no setterinherited
maxPerUserPerStream int?
no setterinherited
prompt String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldRedemptionsSkipRequestQueue bool?
no setterinherited
title String?
no setterinherited

Methods

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

Operators

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