DeclaredTouchpointRow constructor

const DeclaredTouchpointRow({
  1. required String name,
  2. required String type,
  3. required String contract,
  4. required String priority,
})

Implementation

const DeclaredTouchpointRow({
  required this.name,
  required this.type,
  required this.contract,
  required this.priority,
});