objects property

List<Object> objects
final

A List of maps to be printed in the console. To print a object, call his toMap() function.

The model will be indented automatically when transformed to a string.

Implementation

final List<Object> objects;