initialValues method

  1. @protected
List<DTO>? initialValues()

Implementation

@protected
List<DTO>? initialValues() => initialValue?.call(vars(), collection, this);