InBrainSurvey class
Constructors
-
InBrainSurvey.new({required String id, required String searchId, required num rank, required num time, required num value, required num multiplier, required bool currencySale, required bool isProfilerSurvey, required InBrainConversionLevel conversionLevel, List<
InBrainCategory> ? categories}) -
const
- InBrainSurvey.create(Map survey)
-
factory
Properties
-
categories
→ List<
InBrainCategory> ? -
final
- conversionLevel → InBrainConversionLevel
-
final
- currencySale → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- isProfilerSurvey → bool
-
final
- multiplier → num
-
final
- rank → num
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchId → String
-
final
- time → num
-
final
- value → num
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited