factory NonNegativeOffset.fromJson(Map<String, dynamic> json) => NonNegativeOffset( x: json["x"], y: json["y"], );