Query$challenge$challenge$activities$predefined class

Available extensions

Constructors

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

Properties

code String?
final
copyWith CopyWith$Query$challenge$challenge$activities$predefined<Query$challenge$challenge$activities$predefined>

Available on Query$challenge$challenge$activities$predefined, provided by the UtilityExtension$Query$challenge$challenge$activities$predefined 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$challenge$challenge$activities$predefined$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