Witness constructor

const Witness({
  1. required String data,
})

Implementation

const Witness({required this.data});