WgtElements constructor

WgtElements({
  1. required String id,
  2. List<String> resources = const <String>[],
})

Implementation

WgtElements({required this.id, this.resources = const <String>[]});