getParams property

String get getParams

Implementation

String get getParams {
  return jsonEncode(
    Params(
      lines: _lines,
      radius: radius,
      width: _width,
      height: _height,
      bgColor: _bgColor,
    ).toJson(),
  );
}