JsonValueString constructor

JsonValueString({
  1. required String value,
})

Implementation

JsonValueString({required this.value});