VmoType constructor

const VmoType({dynamic objectType, dynamic rights})

Implementation

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