getObjectValues method
Returns the values of the fields of this instance, in the same order of fields from getObjectFields.
Implementation
@override
List getObjectValues() {
return [];
}
Returns the values of the fields of this instance, in the same order of fields from getObjectFields.
@override
List getObjectValues() {
return [];
}