schemaHash property
String
get
schemaHash
Returns schame sha256 hash.
Implementation
String get schemaHash => sha256.convert(utf8.encode(schema)).toString();
Returns schame sha256 hash.
String get schemaHash => sha256.convert(utf8.encode(schema)).toString();