Tx constructor

Tx({
  1. required String data,
  2. required String? to,
  3. required String? value,
})

Implementation

Tx({required this.data, required this.to, required this.value});