SCheckerModel constructor

SCheckerModel(
  1. bool isSuccess,
  2. String? error
)

Implementation

SCheckerModel(this.isSuccess, this.error);