TbResourceInfo class

Inheritance
Mixed in types
Implementers

Constructors

TbResourceInfo(String title, ResourceType resourceType, String resourceKey)
TbResourceInfo.fromJson(Map<String, dynamic> json)

Properties

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

Methods

baseDataString([String? toStringBody]) String
inherited
getCreatedTime() int?
inherited
getId() TbResourceId?
inherited
getName() String
override
getTenantId() TenantId?
override
idBasedString() String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resourceInfoString([String? toStringBody]) String
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