PageAddRole constructor

PageAddRole({
  1. Key? key,
  2. String? id,
})

Implementation

PageAddRole({Key? key, this.id}): super(key: key);