dart_holodex_api
dart_holodex_api
VideoFullList
VideoFullList constructor
VideoFullList
VideoFullList
constructor
Null safety
VideoFullList
(
{
String
?
total
,
bool
paginated
=
false
,
required
List
<
VideoFull
>
videos
}
)
Implementation
VideoFullList({ this.total, this.paginated = false, required this.videos, });
dart_holodex_api
dart_holodex_api
VideoFullList
VideoFullList constructor
VideoFullList class
Constructors
VideoFullList
fromJson
fromMap
Properties
hashCode
paginated
props
runtimeType
stringify
total
videos
Methods
copyWith
noSuchMethod
toJson
toMap
toString
Operators
operator ==