SBError constructor Null safety

SBError(
  1. {String? message,
  2. int? code = 1}
)

Implementation

SBError({this.message, this.code = 1});