WidthHeight.fromJson constructor

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

Implementation

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