actions property

ListBuilder<ProfileAction> get actions
override

Implementation

ListBuilder<ProfileAction> get actions => _$this._actions ??= ListBuilder<ProfileAction>();
set actions (covariant ListBuilder<ProfileAction>? actions)
covariantoverride

Implementation

set actions(covariant ListBuilder<ProfileAction>? actions) => _$this._actions = actions;