Skip to content

Instantly share code, notes, and snippets.

@fredgrott
Created April 10, 2024 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fredgrott/c68efcb9d6aa5eb91d2555bc315557d9 to your computer and use it in GitHub Desktop.
Save fredgrott/c68efcb9d6aa5eb91d2555bc315557d9 to your computer and use it in GitHub Desktop.
codable json
// Copyright 2024 Fredrick Allan Hrott. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
// Modified from original by codable BSD 2 clause
// license 2019.
import 'package:json_helpers/json_helpers/resolver.dart';
abstract class Referencable {
void resolveOrThrow(ReferenceResolver resolver);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment