SurveyData class

Survey data widget.

This service handles the retrieval of survey data from remote POD storage. Ensures all data is fetched, sorted and ready for use.

Constructors

SurveyData()

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

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

Operators

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

Static Methods

fetchAllSurveyData(BuildContext context) Future<List<Map<String, dynamic>>>
Fetches survey data from POD, ensuring it is sorted by timestamp.
fetchPodSurveyData(BuildContext context) Future<List<Map<String, dynamic>>>
Fetches survey data from POD storage.

Constants

bpDir → const String