menu
jetleaf package
documentation
jetleaf.dart
Short
operator + method
operator + method
dark_mode
light_mode
operator +
method
Short
operator +
(
Short
other
)
Arithmetic and comparison operators
Implementation
Short operator +(Short other) => Short(_value + other._value);
jetleaf package
documentation
jetleaf
Short
operator + method
Short class