Mapper class
Constructors
- Mapper()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
feedbackTypesToMap(
List< FeedbackType> ? feedbackTypes) → List<Map< ?String, dynamic> > - Converts list of FeedbackType to list of maps.
-
mapToFeedbackTypes(
List< Map> ? feedbackTypesMaps) → List<FeedbackType> ? - Converts list of maps to list of FeedbackType.
-
mapToShakeScreen(
String shakeScreenStr) → ShakeScreen - Converts string to ShakeScreen.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shakeFilesToMap(
List< ShakeFile> shakeFiles) → List<Map< String, dynamic> > - Converts list of ShakeFile to list of maps.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited