menu
stl
stl.dart
I16
operator unary- method
operator unary-
dark_mode
light_mode
operator unary-
method
I16
operator unary-
(
)
override
Returns the negated value.
Implementation
I16 operator -() => I16((-value).toSigned(16));
stl
stl
I16
operator unary- method
I16 extension type