appendToWithoutDelimiters abstract method
Append the type, name and possibly the default value of this parameter to
the given buffer
.
Implementation
void appendToWithoutDelimiters(
StringBuffer buffer, {
bool withNullability = false,
});
Append the type, name and possibly the default value of this parameter to
the given buffer
.
void appendToWithoutDelimiters(
StringBuffer buffer, {
bool withNullability = false,
});