toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (accessMode != null) 'accessMode': accessMode!,
  if (anonGid != null) 'anonGid': anonGid!,
  if (anonUid != null) 'anonUid': anonUid!,
  if (ipRanges != null) 'ipRanges': ipRanges!,
  if (network != null) 'network': network!,
  if (squashMode != null) 'squashMode': squashMode!,
};