ResourceRecord constructor
const
ResourceRecord({})
Implementation
const ResourceRecord({
required this.id,
this.attributes = const {},
this.permissions = const {},
this.actions = const [],
});
const ResourceRecord({
required this.id,
this.attributes = const {},
this.permissions = const {},
this.actions = const [],
});