toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (allocatablePrefixLength != null)
    'allocatablePrefixLength': allocatablePrefixLength!,
  if (delegateeProject != null) 'delegateeProject': delegateeProject!,
  if (description != null) 'description': description!,
  if (ipCidrRange != null) 'ipCidrRange': ipCidrRange!,
  if (isAddress != null) 'isAddress': isAddress!,
  if (mode != null) 'mode': mode!,
  if (name != null) 'name': name!,
  if (region != null) 'region': region!,
  if (status != null) 'status': status!,
};