TutorialModel class

Constructors

TutorialModel({required String documentID, required String appId, String? name, String? title, String? description, List<TutorialEntryModel>? tutorialEntries, StorageConditionsModel? conditions})

Properties

appId String
getter/setter pairoverride
conditions ↔ StorageConditionsModel?
getter/setter pair
description String?
getter/setter pair
documentID String
getter/setter pairoverride
hashCode int
The hash code for this object.
no setteroverride
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair
tutorialEntries List<TutorialEntryModel>?
getter/setter pair

Methods

collectReferences({String? appId}) Future<List<ModelReference>>
override
copyWith({String? documentID, String? appId, String? name, String? title, String? description, List<TutorialEntryModel>? tutorialEntries, StorageConditionsModel? conditions}) TutorialModel
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEntity({String? appId}) TutorialEntity
override
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromEntity(String documentID, TutorialEntity? entity) Future<TutorialModel?>
fromEntityPlus(String documentID, TutorialEntity? entity, {String? appId}) Future<TutorialModel?>

Constants

id → const String
packageName → const String