TestCallString constructor

TestCallString({
  1. required String x,
})

Implementation

TestCallString({required this.x});