DiveCoreFPS class

The various different frame rates (FPS).

Constructors

DiveCoreFPS(double frameRate, int numerator, int denominator)
const
DiveCoreFPS.values(int numerator, int denominator)
factory

Properties

denominator int
final
frameRate double
final
hashCode int
The hash code for this object.
no setterinherited
numerator int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

indexOf(DiveCoreFPS input) int
Find the index of input in all of the items in DiveCoreFPS.

Constants

all → const List<DiveCoreFPS>
A list of all of the predefined items in DiveCoreFPS.
fps29_97 → const DiveCoreFPS
Frame Rate 29.97 FPS.
fps59_94 → const DiveCoreFPS
Frame Rate 59.94 FPS.