UExamCreateParams class

Constructors

UExamCreateParams.new({required String title, required String description, required List<UQuestionJson> questions, required List<UExamScoreDetail> scoreDetails, required String categoryId, required List<int> tags})
UExamCreateParams.fromJson(String str)
factory
UExamCreateParams.fromMap(Map<String, dynamic> json)
factory

Properties

categoryId String
final
description String
final
hashCode int
The hash code for this object.
no setterinherited
questions List<UQuestionJson>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scoreDetails List<UExamScoreDetail>
final
tags List<int>
final
title String
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