signature method
Returns a human-readable representation of this struct's current field values.
Implementation
@override
String signature() => '$structName(bufferCount: $bufferCount, currentBuffer: $currentBuffer, drawCounter: $drawCounter, currentDepth: $currentDepth)';