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