diff --git a/built_value/lib/built_value.dart b/built_value/lib/built_value.dart index 04955778..4e5fc345 100644 --- a/built_value/lib/built_value.dart +++ b/built_value/lib/built_value.dart @@ -46,8 +46,6 @@ abstract class Builder, B extends Builder> { /// /// The implementation of this method will be generated for you by the /// built_value generator. - /// - /// Override this method to add validation at build time. V build(); }