VideoGenerateFromResource class
- Inheritance
-
- Object
- VideoGenerate
- VideoGenerateFromResource
Constructors
- VideoGenerateFromResource(String urlPath, {int cacheSize = 10})
Properties
- cacheSize ↔ int
-
getter/setter pair
-
cacheVideoQueue
↔ Queue<
VideoDetail> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- index ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- urlPath ↔ String
-
getter/setter pair
Methods
-
cacheData(
String path, {int pageNo = 1, int pageSize = 10}) → Future< void> -
next(
) → VideoDetail -
override
-
nextList(
int size) → List< VideoDetail> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited