decodeJsonInIsolate function
Esegue la decode json in un isolate
Implementation
Future<Validation> decodeJsonInIsolate(String json, FromErrorMessage customMessageToError)
=> IsolateManager.prepare(json, isolateEntryPoint: _jsonDecode, customMessageToError: customMessageToError).start();