call method

  1. @override
Information call(
  1. num value
)
override

Implementation

@override
Information call(num value) => Information(value.toDouble(), this);