isSuccess method

bool isSuccess(
  1. Map map
)

Implementation

bool isSuccess(Map map) {
  return map[_kResultStatus] == true;
}