append method

void append(
  1. String c
)

Implementation

void append(String c) => surface += c;