menu
youtube_explode_dart package
documentation
youtube_explode_dart.dart
Framerate
operator > method
operator > method
dark_mode
light_mode
operator >
method
bool
operator >
(
Framerate
other
)
Implementation
bool operator >(Framerate other) => framesPerSecond > other.framesPerSecond;
youtube_explode_dart package
documentation
youtube_explode_dart
Framerate
operator > method
Framerate class