Fragment constructor

Fragment({
  1. int? mCanonicalRepresentation,
})

Implementation

Fragment({
  this.mCanonicalRepresentation,
});