intFrom function

IntNumeral intFrom(
  1. int value
)

Implementation

IntNumeral intFrom(int value) => IntNumeral.from(value);