Qna class

Inheritance
Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)
  • @DateTimeConverter()

Constructors

Qna({int? id, String? name, String? description, String? location, DateTime? startDate, DateTime? endDate, DateTime? createdAt, LiveSessionType? liveSessionType, PigeonholeLinks? pigeonholeLinks, int? parentSessionId, String? logoPosition, bool? anonymousResponses, bool? questionFiltering, bool? comments, bool? commentFiltering, bool? answers, bool? answerRatings, bool? questionsAvailableAfterEnd, bool? adminCollaboration, bool? hideOtherAttendeesQuestions, bool? questionVotes, bool? tagsRequired, String? tags, String? sessionLabel, String? buttonText})
Qna.fromJson(Map<String, dynamic> json)
factory

Properties

adminCollaboration bool?
getter/setter pair
anonymousResponses bool?
getter/setter pair
answerRatings bool?
getter/setter pair
answers bool?
getter/setter pair
buttonText String?
getter/setter pair
commentFiltering bool?
getter/setter pair
comments bool?
getter/setter pair
createdAt DateTime?
getter/setter pairinherited
description String?
getter/setter pairinherited
endDate DateTime?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
hideOtherAttendeesQuestions bool?
getter/setter pair
id int?
getter/setter pairinherited
liveSessionType LiveSessionType?
getter/setter pairinherited
location String?
getter/setter pairinherited
logoPosition String?
getter/setter pair
name String?
getter/setter pairinherited
parentSessionId int?
getter/setter pairinherited
getter/setter pairinherited
questionFiltering bool?
getter/setter pair
questionsAvailableAfterEnd bool?
getter/setter pair
questionVotes bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionLabel String?
getter/setter pair
startDate DateTime?
getter/setter pairinherited
tags String?
getter/setter pair
tagsRequired bool?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited