TbResource constructor

TbResource(
  1. String title,
  2. ResourceType resourceType,
  3. String resourceKey,
  4. String fileName,
  5. String data,
)

Implementation

TbResource(String title, ResourceType resourceType, String resourceKey,
    this.fileName, this.data)
    : super(title, resourceType, resourceKey);