UserProfileUserSettingsCustomPosixUserConfig constructor
const
UserProfileUserSettingsCustomPosixUserConfig({})
Creates a new UserProfileUserSettingsCustomPosixUserConfig.
gid The POSIX group ID.
uid The POSIX user ID.
Implementation
const UserProfileUserSettingsCustomPosixUserConfig({
required this.gid,
required this.uid,
});