CvModelBase class abstract
Base content class
- Implemented types
- Implementers
- Available extensions
Constructors
Properties
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