Offset.fromRawJson constructor

Offset.fromRawJson(
  1. String str
)

Implementation

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