AccountsCreated.fromJson constructor
AccountsCreated.fromJson(
- Object? json
Implementation
factory AccountsCreated.fromJson(Object? json) {
final map = (json as Map).cast<String, Object?>();
throw UnimplementedError();
}