Transform constructor

Transform({
  1. dynamic divideBy,
  2. String? round,
})

Implementation

Transform({this.divideBy, this.round});