toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (expectedCommand != null) 'expectedCommand': expectedCommand!,
      if (expectedMaterials != null) 'expectedMaterials': expectedMaterials!,
      if (expectedProducts != null) 'expectedProducts': expectedProducts!,
      if (signingKeys != null) 'signingKeys': signingKeys!,
      if (stepName != null) 'stepName': stepName!,
      if (threshold != null) 'threshold': threshold!,
    };