Query$findSocialsPagination$findSocialsPagination$objects class
- Available extensions
Constructors
-
Query$findSocialsPagination$findSocialsPagination$objects.new({required String id, required String name, String? code, String? fontIcon, required DateTime createdAt, required DateTime updatedAt, List<
Query$findSocialsPagination$findSocialsPagination$objects$images> ? images}) -
Query$findSocialsPagination$findSocialsPagination$objects.fromJson(Map<
String, dynamic> json) -
factory
Properties
- code → String?
-
final
-
copyWith
→ CopyWith$Query$findSocialsPagination$findSocialsPagination$objects<
Query$findSocialsPagination$findSocialsPagination$objects> -
Available on Query$findSocialsPagination$findSocialsPagination$objects, provided by the UtilityExtension$Query$findSocialsPagination$findSocialsPagination$objects extension
no setter - createdAt → DateTime
-
final
- fontIcon → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
-
images
→ List<
Query$findSocialsPagination$findSocialsPagination$objects$images> ? -
final
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedAt → DateTime
-
final
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