getAllFields method
Get a list of all fields of this model with pre-created fields.
Implementation
List<FieldWithValue?> getAllFields() {
var list = getFields();
return [id, serverId, creationTime, modificationTime, ...?list];
}
Get a list of all fields of this model with pre-created fields.
List<FieldWithValue?> getAllFields() {
var list = getFields();
return [id, serverId, creationTime, modificationTime, ...?list];
}