factory OffsetPoint.fromMap(Map<String, dynamic> map) => OffsetPoint( dx: map['x'], dy: map['y'], timestamp: map['t'], );