offset property

int get offset

Implementation

int get offset => int.tryParse(idTags['offset'] ?? '0') ?? 0;