VxJson constructor

VxJson(
  1. Map json, {
  2. Key? key,
})

Implementation

VxJson(this.json, {super.key})
    : list = <dynamic>[],
      isList = false;