JsonTypeBean constructor

JsonTypeBean({
  1. required String type,
  2. String? items,
  3. String? system,
  4. String? custom,
  5. int? customId,
  6. Map<String, dynamic>? configuration,
})

Implementation

JsonTypeBean(
    {required this.type,
    this.items,
    this.system,
    this.custom,
    this.customId,
    this.configuration});