This adds the collection class and builder class to the output of ModelInspector.
I did not add these to the output of model:show because I wasn't sure if changing the signatures of display(), displayCli(), displayJson() would be considered a BC. Happy to add it
This adds the collection class and builder class to the output of
ModelInspector
.I did not add these to the output of model:show because I wasn't sure if changing the signatures of
display()
,displayCli()
,displayJson()
would be considered a BC. Happy to add it