CheckType constructor

const CheckType({
  1. required String name,
})

Implementation

const CheckType({required this.name});