ProfileAction constructor
ProfileAction([
- void b()?
Creates a new ProfileAction object using the builder pattern.
Implementation
factory ProfileAction([void Function(ProfileActionBuilder)? b]) = _$ProfileAction;