offsetValue method

Map<String, Object> offsetValue(
  1. Offset o
)

Implementation

Map<String, Object> offsetValue(Offset o) {
  return ConvertUtils.offset(o);
}