frames property

int? frames

Number of frames in the page.

Implementation

int? get frames => values['Frames'] as int?;