isSuccess method Null safety

bool isSuccess(
  1. Map map
)

Implementation

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