Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget class
- Available extensions
Constructors
-
Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget({required String id, String? theme, Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$picture? picture, String? icon, bool? active, Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content? content, List<
Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions> ? actions, required Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$target target, required DateTime createdAt, required DateTime updatedAt, String $__typename = 'WidgetIntegrationType'}) -
Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
-
actions
→ List<
Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions> ? -
final
- active → bool?
-
final
- content → Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content?
-
final
-
copyWith
→ CopyWith$Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget<
Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget> -
Available on Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget, provided by the UtilityExtension$Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget extension
no setter - createdAt → DateTime
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- icon → String?
-
final
- id → String
-
final
- picture → Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$picture?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- target → Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$target
-
final
- theme → String?
-
final
- updatedAt → DateTime
-
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