factory UserOperationHashResult.fromJson(Map<String, dynamic> json) { return UserOperationHashResult( userOperationHash: json['result'], ); }