ValidationSessionInfoFlips class

Constructors

ValidationSessionInfoFlips({String? hash, bool? ready, bool? extra, bool? available, List<Word>? listWords, List<Uint8List>? listImagesLeft, List<Uint8List>? listImagesRight, int? answerType, int? relevanceType})

Properties

answerType int?
getter/setter pair
available bool?
getter/setter pair
extra bool?
getter/setter pair
hash String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
listImagesLeft List<Uint8List>?
getter/setter pair
listImagesRight List<Uint8List>?
getter/setter pair
listWords List<Word>?
getter/setter pair
ready bool?
getter/setter pair
relevanceType int?
getter/setter pair
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