offset property

int? get offset

Implementation

int? get offset {
  if (this.extra case {"offset": int n}) return n;
  return null;
}