AspectRatio.fromJson constructor

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

Implementation

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