Size.fromRawJson constructor

Size.fromRawJson(
  1. String str
)

Implementation

factory Size.fromRawJson(String str) => Size.fromJson(json.decode(str));