toString method

  1. @override
String toString()
override

Returns a string representation of the AssetPlatform instance.

The string contains the type name and the id and name of the asset platform.

Implementation

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