Query$findSocialsPagination$findSocialsPagination class
- Available extensions
Constructors
-
Query$findSocialsPagination$findSocialsPagination.new({int? count, bool? isLast, required List<
Query$findSocialsPagination$findSocialsPagination$objects> objects}) -
Query$findSocialsPagination$findSocialsPagination.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ CopyWith$Query$findSocialsPagination$findSocialsPagination<
Query$findSocialsPagination$findSocialsPagination> -
Available on Query$findSocialsPagination$findSocialsPagination, provided by the UtilityExtension$Query$findSocialsPagination$findSocialsPagination extension
no setter - count → int?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- isLast → bool?
-
final
-
objects
→ List<
Query$findSocialsPagination$findSocialsPagination$objects> -
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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override