appendToWithoutDelimiters abstract method

void appendToWithoutDelimiters(
  1. StringBuffer buffer, {
  2. bool withNullability = false,
})

Append the type, name and possibly the default value of this parameter to the given buffer.

Implementation

void appendToWithoutDelimiters(
  StringBuffer buffer, {
  bool withNullability = false,
});