Profile constructor
const
Profile(
- String? profile
Creates a profile annotation with a single profile
Implementation
const Profile(this.profile) : profiles = null;
Creates a profile annotation with a single profile
const Profile(this.profile) : profiles = null;