rectFromJson static method
Rect to Json
Implementation
static ResponsiveRect rectFromJson(Map<String, dynamic> json) =>
ResponsiveRect.fromJson(json);
Rect to Json
static ResponsiveRect rectFromJson(Map<String, dynamic> json) =>
ResponsiveRect.fromJson(json);