statusOf method

dynamic statusOf(
  1. dynamic key
)

Implementation

dynamic statusOf(dynamic key) {
  return St8.statusOf(key);
}