TenantProfile class

Inheritance
Mixed in types

Constructors

TenantProfile(String name)
TenantProfile.fromJson(Map<String, dynamic> json)

Properties

createdTime int?
getter/setter pairinherited
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id TenantProfileId?
getter/setter pairinherited
isDefault bool?
getter/setter pair
isolatedTbRuleEngine bool?
getter/setter pair
name String
getter/setter pair
profileData TenantProfileData
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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