CvModelBase class abstract

Base content class

Implemented types
Implementers
Available extensions

Constructors

CvModelBase()

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
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}) Map<String, Object?>
Convert to map
inherited
toString() String
A string representation of this object.
inherited

Operators

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