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