UDashboardResponse class
Constructors
-
UDashboardResponse.new({required int categories, required int comments, required int contents, required int exams, required int media, required int products, required int users, required List<
UUserResponse> newUsers, required List<UCategoryResponse> newCategories, required List<UExamResponse> newExams, required List<UMediaResponse> newMedia}) - UDashboardResponse.fromJson(String str)
-
factory
-
UDashboardResponse.fromMap(Map<
String, dynamic> json) -
factory
Properties
- categories → int
-
final
- comments → int
-
final
- contents → int
-
final
- exams → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- media → int
-
final
-
newCategories
→ List<
UCategoryResponse> -
final
-
newExams
→ List<
UExamResponse> -
final
-
newMedia
→ List<
UMediaResponse> -
final
-
newUsers
→ List<
UUserResponse> -
final
- products → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- users → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited