ValidationService class

Constructors

ValidationService({int? nodeType, String? apiUrl, String? keyApp})

Properties

apiUrl String?
getter/setter pair
body String?
getter/setter pair
hashCode int?
The hash code for this object.
no setterinherited
keyApp String?
getter/setter pair
logger ↔ Logger?
getter/setter pair
mapParams Map<String?, dynamic>?
getter/setter pair
nodeType int?
getter/setter pair
requestHeaders Map<String?, String?>?
getter/setter pair
responseHttp ↔ Response?
getter/setter pair
runtimeType Type?
A representation of the runtime type of the object.
no setterinherited
sshClient SSHClient?
getter/setter pair

Methods

getValidationSessionFlipDetail(ValidationSessionInfoFlips? validationSessionInfoFlips, String? address, bool? simulationMode, String? privateKey) Future<ValidationSessionInfoFlips?>?
getValidationSessionFlipsList(String? typeSession, ValidationSessionInfo? validationSessionInfoInput, bool? simulationMode, String? address) Future<ValidationSessionInfo?>?
getWordsFromHash(String? hash, bool? simulationMode, List<Word?>? wordsMap) Future<List<Word?>?>?
loadAssets(String? fileName) Future<String?>?
noSuchMethod(Invocation? invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submitLongAnswers(ValidationSessionInfo? validationSessionInfo) Future<FlipSubmitLongAnswersResponse?>?
submitShortAnswers(ValidationSessionInfo? validationSessionInfo) Future<FlipSubmitShortAnswersResponse?>?
toString() String?
A string representation of this object.
inherited

Operators

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