Map<String, dynamic> toMap() { return { "type": type, "costCpu": costCpu, "costMemory": costMemory, "costParallel": costParallel, "length": length, }; }