UserRole constructor

const UserRole({
  1. Key? key,
})

Implementation

const UserRole({Key? key}) : super(key: key);