GoodEnum class

Good enum annotations

Constructors

GoodEnum({String prefix = 'is', bool enableIf = true, bool enableMaybeIf = true, bool valueCheckAsGetter = false})
Good enum annotations
const

Properties

enableIf bool
enable/disable if method
final
enableMaybeIf bool
enable/disable maybeIf method
final
hashCode int
The hash code for this object.
no setterinherited
prefix String
utilities prefix
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueCheckAsGetter bool
enum Env { dev, }
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited