ResponseJson constructor

const ResponseJson({
  1. Key? key,
  2. String? name,
  3. String? value,
})

Implementation

const ResponseJson({Key? key, this.name, this.value}) : super(key: key);