toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      "hasNumber": hasNumber,
      "customRatingSVGUnselected": customRatingSvgUnselected,
      "customRatingSVGSelected": customRatingSvgSelected,
      "svgHeight": svgHeight,
      "svgWidth": svgWidth,
    };