UserProfiles constructor
const
UserProfiles({
- UserProfileConfig config = const UserProfileConfig(),
Creates a new UserProfiles instance.
Implementation
const UserProfiles({
this.config = const UserProfileConfig(),
});