parse method

M4eWalletType parse (String type)

Implementation

static M4eWalletType parse(String type) {
  return M4eWalletType._(type);
}