GetVsyncA<A extends Animation<Object?>> typedef

GetVsyncA<A extends Animation<Object?>> = GetVsync<Object?, A>

Shorthand for specifying a GetVsync object's second type argument.

Implementation

typedef GetVsyncA<A extends Animation<Object?>> = GetVsync<Object?, A>;