typeValues top-level property

EnumValues<PostType> typeValues
final

Implementation

final typeValues =
    EnumValues({"ANNOUNCEMENT": PostType.announcement, "POLL": PostType.poll, "REGULAR": PostType.announcement});