ContractStateRow constructor

const ContractStateRow({
  1. required String view,
  2. required String row,
  3. required String kind,
})

Implementation

const ContractStateRow({
  required this.view,
  required this.row,
  required this.kind,
});