MemberActionEntity constructor
MemberActionEntity({
- String? text,
- String? description,
- ActionEntity? action,
Implementation
MemberActionEntity({
this.text,
this.description,
this.action,
});