build method

List<Map<String, int?>> build()

Create the instance of the GlyphFrame.

Implementation

List<Map<String, int?>> build() {
  return _operations;
}