get static method

dynamic get(
  1. String keyName,
  2. PRCType rcType
)

Get the value of keyName with rcType

This function converts the value in the desire type.

Implementation

static dynamic get(String keyName, PRCType rcType) {
  return PauloniaRemoteConfService.get(keyName, rcType);
}