toString method

  1. @override
String toString()
override

Returns a string representation of the PriceInfo instance.

Implementation

@override
String toString() {
  return '${Helpers.getTypeName(PriceInfo)}: id = $id';
}