toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (filterProfile != null) 'filterProfile': filterProfile!,
      if (keepList != null) 'keepList': keepList!,
      if (removeList != null) 'removeList': removeList!,
      if (skipIdRedaction != null) 'skipIdRedaction': skipIdRedaction!,
    };