Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content class

Available extensions

Constructors

Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content({bool? profile, bool? notification, bool? wallet, bool? challenge, bool? chat, bool? campaigns, bool? buttons, List<Enum$LandingPageTypeEnum>? pages, bool? badges, bool? leaderboard, String $__typename = 'WidgetIntegrationContentType'})
Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
badges bool?
final
buttons bool?
final
campaigns bool?
final
challenge bool?
final
chat bool?
final
copyWith CopyWith$Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content<Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content>

Available on Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content, provided by the UtilityExtension$Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content extension

no setter
hashCode int
The hash code for this object.
no setteroverride
leaderboard bool?
final
notification bool?
final
pages List<Enum$LandingPageTypeEnum>?
final
profile bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wallet bool?
final

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