appendToWithoutDelimiters abstract method
void
appendToWithoutDelimiters(
- StringBuffer buffer, {
- @Deprecated('Only non-nullable by default mode is supported') bool withNullability = true,
Appends the type, name and possibly the default value of this parameter
to the given buffer
.
Implementation
void appendToWithoutDelimiters(
StringBuffer buffer, {
@Deprecated('Only non-nullable by default mode is supported')
bool withNullability = true,
});