isSuccess property

bool isSuccess

---- 一些扩展工具类

Implementation

bool get isSuccess {
  return getInt('state',defaultValue: 0) == 200;
}