isSuccess property
bool
get
isSuccess
是否解析成功 / Whether the server answered successfully.
Implementation
bool get isSuccess => responseCode == 0 && answers.isNotEmpty;
是否解析成功 / Whether the server answered successfully.
bool get isSuccess => responseCode == 0 && answers.isNotEmpty;