Version class final
Version information about the sqlite3 library in use.
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- libVersion → String
- 
  A textual description of this sqlite version, such as '3.32.2'.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- sourceId → String
- 
  Detailed information about the source code of this sqlite build, which
contains the Date of the latest change and a commit hash.
  final
- versionNumber → int
- 
  A numerical representation of libVersion, such as 3032002.final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited