signature method

  1. @override
String signature()
override

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

Implementation

@override
String signature() => '$structName(x: ${x.f1}, y: ${y.f1}, w: ${width.f1}, h: ${height.f1})';