Profile constructor

const Profile(
  1. String? profile
)

Creates a profile annotation with a single profile

Implementation

const Profile(this.profile) : profiles = null;