signature method

  1. @override
String signature()
override

Returns a human-readable representation of this struct's current field values.

Implementation

@override
String signature() => '$structName(baseSize: $baseSize, glyphCount: $glyphCount, glyphPadding: $glyphPadding, texture: $texture, recs: ${recs.length}, glyphs: ${glyphs.length})';