UserPermissions constructor

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

Implementation

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