Resource constructor

Resource({
  1. List<Attribute> attributes = const [],
})

Implementation

Resource({this.attributes = const []});