TestString constructor

TestString({
  1. required String value,
})

Implementation

TestString({required this.value});