CvModel class abstract

Model to access the data

Implementers
Available Extensions

Constructors

CvModel()

Properties

fields CvFields
to override something like name, description
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
Clear content
inherited
field<T extends Object?>(String name) CvField<T>?
CvField access
inherited
fieldAtPath<T extends Object?>(List<Object> paths) CvField<T>?
Deep CvField access
inherited
fromMap(Map map, {List<String>? columns}) → void
Map alias
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap({List<String>? columns, bool includeMissingValue = false}) Model
Convert to map
inherited
toString() String
A string representation of this object.
inherited

Operators

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