initialDto method

  1. @protected
DTO initialDto()

Implementation

@protected
DTO initialDto() =>
    initialValue?.call(vars(), collection, this) ?? defaultDto();