GuestAttributesValue constructor

GuestAttributesValue({
  1. List<GuestAttributesEntry> items = const [],
})

Implementation

GuestAttributesValue({this.items = const []}) : super(fullyQualifiedName);