rectFromJson static method

ResponsiveRect rectFromJson(
  1. Map<String, dynamic> json
)

Rect to Json

Implementation

static ResponsiveRect rectFromJson(Map<String, dynamic> json) =>
    ResponsiveRect.fromJson(json);