enum ApiMethod { get, post, put, patch, delete; String get value => name; }