PayType constructor

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

Implementation

const PayType({required this.name});