toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (cornerRadius != null) 'cornerRadius': cornerRadius!,
      if (strokeColor != null) 'strokeColor': strokeColor!,
      if (type != null) 'type': type!,
    };