mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-03 17:58:21 +00:00
6 lines
90 B
Dart
6 lines
90 B
Dart
enum MemberType
|
|
{
|
|
Function,// = 0,
|
|
Property,// = 1,
|
|
Event// = 2,
|
|
} |