values property

List? values
final

If the class mirror is enum then this will return the values of the enum

Implementation

final List? values;