genCollectionFunction method

List<OneLine> genCollectionFunction()

Implementation

List<OneLine> genCollectionFunction() {
  return handlerJavaCollectionType(fields: fields, methods: methods);
}