value property

String get value

Implementation

String get value {
  switch (this) {
    case UrlType.productList:
      return "${AppInfo.kAppBaseUrl}product/list";
  }
}