helpers/common library

Classes

MappableParams
This interface is used to convert the params to a map

Functions

generateStatusMap<T>(List<T> values, String nameGetter(T)) Map<String, T>
This function will loop the enum and generate a uppercase + snake case format { 'SUCCESS': StatusMeetingError.success, 'INCORRECT_MEETING_NUMBER': StatusMeetingError.incorrectMeetingNumber, ... }