Rect.fromJson constructor Null safety

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

Implementation

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