Block constructor

Block({
  1. required List<String> transactions,
})

Implementation

Block({required this.transactions});