Faq class

Constructors

Faq({int? faqId, String? question1, String? content1, String? question2, String? content2, String? question3, String? content3, String? question4, String? content4, String? question5, String? content5, String? question6, String? content6})
Faq.fromJson(Map<String, dynamic> json)
factory

Properties

content1 String?
getter/setter pair
content2 String?
getter/setter pair
content3 String?
getter/setter pair
content4 String?
getter/setter pair
content5 String?
getter/setter pair
content6 String?
getter/setter pair
faqId int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
question1 String?
getter/setter pair
question2 String?
getter/setter pair
question3 String?
getter/setter pair
question4 String?
getter/setter pair
question5 String?
getter/setter pair
question6 String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
inherited