Size.fromJson constructor Null safety

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

Implementation

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