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 (in_ != null) 'in': in_!,
      if (logConfig != null) 'logConfig': logConfig!,
      if (notIn != null) 'notIn': notIn!,
      if (permissions != null) 'permissions': permissions!,
    };