toString method

  1. @override
String toString()
override

Convert the object into string

Implementation

@override
String toString() => 'Boundary: $width $height $x $y';