toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (bytesBilled != null) 'bytesBilled': bytesBilled!,
      if (bytesProcessed != null) 'bytesProcessed': bytesProcessed!,
      if (externalService != null) 'externalService': externalService!,
      if (reservedSlotCount != null) 'reservedSlotCount': reservedSlotCount!,
      if (slotMs != null) 'slotMs': slotMs!,
    };