rectPropertiesFromJson method

RectProperties rectPropertiesFromJson(
  1. Map<String, dynamic> json
)
inherited

Implementation

RectProperties rectPropertiesFromJson(Map<String, dynamic> json) =>
    RectProperties.fromJson(json);