LifeEventEntity<T extends LifeEventParams> class

Annotations

Constructors

LifeEventEntity({@required LifeEventType type, @required LifeEventTarget target, @required @_ParamsConverter() T params, @Default('') String description})
const
factory
LifeEventEntity.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith $LifeEventEntityCopyWith<T, LifeEventEntity<T>>
read-only, inherited
description String
read-only, inherited
emotionCategory LifeEventEmotionCategory
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
infoCategories List<LifeEventNoticeCategory>
read-only
isBranch bool
read-only
mustStop bool
read-only
params → T
@_ParamsConverter(), read-only, inherited
requireDiceRoll bool
read-only
requireToSelectDirectionManually bool
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
selectableForExecution bool
read-only
target LifeEventTarget
read-only, inherited
type LifeEventType
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited