Returns a human-readable representation of this struct.
@override String signature() => '$structName(${toArray().map((x) => x.f1).join(', ')})';