RecommendationNode class

Grant access to methods relating recommendation.

@param storageController
Implementers

Constructors

RecommendationNode(StorageController _storageController)

Properties

getRecommendations Future<List<GeigerRecommendation>>
from return list of recommendations from localStorage
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getGeigerRecommendation({required Threat threat, required List<Recommendations> r}) Future<GeigerRecommendation>
get list of threat recommendation
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setGlobalRecommendationsNode({Locale? language, required List<Threat> relatedThreat, required List<Recommendations> recommendations}) Future<void>
set all recommendations in Global:recommendations node.
toString() String
A string representation of this object.
inherited

Operators

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