meta property
Meta?
get
meta
The metadata of the resource
Implementation
Meta? get meta => switch (json[Resource.metaField.name]) {
(final JsonObject jo) => Meta.fromJson(jo),
_ => null,
};