menu
sunny_graphql package
documentation
meta.dart
EntityMeta
EntityMeta.new const constructor
EntityMeta.new const constructor
dark_mode
light_mode
EntityMeta
constructor
const
EntityMeta
(
Set
<
String
>
fields
,
List
<
JsonPath
>
paths
,
MSchemaRef
mtype
)
Implementation
const EntityMeta(this.fields, this.paths, this.mtype);
sunny_graphql package
documentation
meta
EntityMeta
EntityMeta.new const constructor
EntityMeta class