ProfilePattern constructor

const ProfilePattern(
  1. int profile_idc,
  2. BitPattern profile_iop,
  3. int profile
)

Implementation

const ProfilePattern(
  this.profile_idc,
  this.profile_iop,
  this.profile,
);