testing method
Implementation
Future<void> testing() async {
await _readSchemasJSON("resources/sequence/schemas_testing.json")
.then((String value) {
_schemes = schemesFromJson(value);
_size = _schemes.getData.length;
// _size = 5;
});
}