TbResource class

Inheritance

Constructors

TbResource(String title, ResourceType resourceType, String resourceKey, String fileName, String data)
TbResource.fromJson(Map<String, dynamic> json)

Properties

createdTime int?
getter/setter pairinherited
data String
getter/setter pair
fileName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id TbResourceId?
getter/setter pairinherited
resourceKey String
getter/setter pairinherited
resourceType ResourceType
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId TenantId?
getter/setter pairinherited
title String
getter/setter pairinherited

Methods

baseDataString([String? toStringBody]) String
inherited
getCreatedTime() int?
inherited
getId() TbResourceId?
inherited
getName() String
inherited
getTenantId() TenantId?
inherited
idBasedString() String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resourceInfoString([String? toStringBody]) String
inherited
setCreatedTime(int? createdTime) → void
inherited
setId(TbResourceId? id) → dynamic
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited