aku_new_community/lib/utils/enum/identify.dart

7 lines
76 B

enum Identify {
OWNER,
OWNER_RELATIVES,
TENANT,
TENANT_RELATIVES,
}