toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (allowDev != null) 'allowDev': allowDev!,
      if (allowSuid != null) 'allowSuid': allowSuid!,
      if (cidr != null) 'cidr': cidr!,
      if (machineId != null) 'machineId': machineId!,
      if (networkId != null) 'networkId': networkId!,
      if (noRootSquash != null) 'noRootSquash': noRootSquash!,
      if (permissions != null) 'permissions': permissions!,
    };