NitroType class Null safety
Premium types denote the level of premium a user has.
Constructors
- NitroType.from(int? value)
-
Creates NitroType from
value
.value
is 0 by default.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override