RelationMeta constructor
RelationMeta({})
Implementation
RelationMeta({
required this.key,
this.paginate = false,
this.page,
this.perPage,
List<dynamic>? nested,
this.query,
}) : nested = nested ?? [];
RelationMeta({
required this.key,
this.paginate = false,
this.page,
this.perPage,
List<dynamic>? nested,
this.query,
}) : nested = nested ?? [];