toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (action != null) 'action': action!,
      if (conditions != null) 'conditions': conditions!,
      if (description != null) 'description': description!,
      if (ins != null) 'ins': ins!,
      if (logConfigs != null) 'logConfigs': logConfigs!,
      if (notIns != null) 'notIns': notIns!,
      if (permissions != null) 'permissions': permissions!,
    };