ElementResources constructor

ElementResources({
  1. String elementId = "",
  2. List<String> resourcesId = const <String>[],
  3. List<Resource> resources = const <Resource>[],
})

Implementation

ElementResources(
    {this.elementId = "",
    this.resourcesId = const <String>[],
    this.resources = const <Resource>[]});