CostCommand constructor

CostCommand({
  1. required List<Message> getMessages(),
})

Implementation

CostCommand({required this.getMessages});