toMap method

Map<String, dynamic> toMap()
override

Implementation

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