ShapeBorder.fromJson constructor Null safety

ShapeBorder.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ShapeBorder.fromJson(Map<String, Object?> json) =>
    _$ShapeBorderFromJson(json);