round method

Expr round(
  1. {required int decimals,
  2. dynamic hint}
)

Implementation

Expr round({required int decimals, dynamic hint}) =>
    RustLib.instance.api.exprRound(
      that: this,
      decimals: decimals,
    );