toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      "target_count": targetCount,
      "weight_factor": weightFactor,
      "share_factor": shareFactor,
    };