JsonTypeBean constructor

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

Implementation

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