FormXDataBoolListValue constructor

FormXDataBoolListValue(
  1. Map<Object?, Object?> json,
  2. List<bool> _v
)

Implementation

FormXDataBoolListValue(super.json, this._v);