isTrue static method

  1. @Deprecated("see class (ApiParserFastor)")
bool isTrue(
  1. int? n
)

Implementation

@Deprecated("see class (ApiParserFastor)")
static bool isTrue(int? n ) {
  return isSuccess( n );
}