JsonContextVariable constructor

JsonContextVariable({
  1. required String type,
  2. Map<String, dynamic>? value,
})

Implementation

JsonContextVariable({required this.type, this.value});