Query$quest$quest$activityType$predefined$action class

Available extensions

Constructors

Query$quest$quest$activityType$predefined$action({required String id, String? title, String? code, String? description, String? icon, Query$quest$quest$activityType$predefined$action$media? media, required DateTime createdAt, required DateTime updatedAt})
Query$quest$quest$activityType$predefined$action.fromJson(Map<String, dynamic> json)
factory

Properties

code String?
final
copyWith CopyWith$Query$quest$quest$activityType$predefined$action<Query$quest$quest$activityType$predefined$action>

Available on Query$quest$quest$activityType$predefined$action, provided by the UtilityExtension$Query$quest$quest$activityType$predefined$action extension

no setter
createdAt DateTime
final
description String?
final
hashCode int
The hash code for this object.
no setteroverride
icon String?
final
id String
final
media Query$quest$quest$activityType$predefined$action$media?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title 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