Profile constructor

const Profile(
  1. String profile, {
  2. bool inverse = false,
})

Implementation

const Profile(this.profile, {this.inverse = false});