AspectRatio.fromJson constructor Null safety

AspectRatio.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory AspectRatio.fromJson(Map<String, dynamic> json) =
    _$AspectRatio.fromJson;