utils/is library

Functions

isAccountId(String str) bool
isAddress(String str) bool
isAscii(dynamic value) bool
isBech32(String str) bool
isByteString(String byStr, {required int length}) bool
isHex(dynamic value, {int bits = -1, bool ignoreLength = false}) bool
isIP(String value, String type) bool
isJsonObject(dynamic value) bool
isPrivateKey(String str) bool
isPublicKey(String str) bool
isSignature(String str) bool
isTestChain(String value) bool
isUrl(String url) bool
isUtf8(dynamic value) bool