Parse from a json
factory BackgroundFillSolid.fromJson(Map<String, dynamic> json) => BackgroundFillSolid( color: json['color'], );