HandleType constructor

const HandleType({dynamic objectType, dynamic rights})

Implementation

const HandleType({required objectType, required rights})
    : super(objectType: objectType, rights: rights);