SecurityQuestion class

Annotations
  • @freezed

Constructors

SecurityQuestion({@JsonKey(name: 'SecurityQuestionID') String? securityQuestionID, @JsonKey(name: 'QuestionStem') String? questionStem, @JsonKey(name: 'Description') String? description, @JsonKey(name: 'ResponseType', defaultValue: SecurityQuestionResponseType.UNKNOWN) SecurityQuestionResponseType? responseType, @JsonKey(name: 'Active') @Default(false) bool? active})
factory
SecurityQuestion.fromJson(Map<String, dynamic> json)
factory
SecurityQuestion.initial()
factory

Properties

active bool?
no setterinherited
copyWith → $SecurityQuestionCopyWith<SecurityQuestion>
no setterinherited
description String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
questionStem String?
no setterinherited
responseType SecurityQuestionResponseType?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityQuestionID String?
no setterinherited

Methods

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

Operators

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