toStr method

Future<String> toStr({
  1. dynamic hint,
})

Implementation

Future<String> toStr({dynamic hint}) => bridge.toStrMethodIdentifier(
      that: this,
    );