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