isSuccess property

bool get isSuccess

是否成功(无错误)

Implementation

bool get isSuccess => error == null;