EnterpriseCrmEventbusProtoTaskUiConfig class
Task authors would use this type to configure the UI for a particular task by specifying what UI config modules should be included to compose the UI.
Learn more about config module framework:
Constructors
-
EnterpriseCrmEventbusProtoTaskUiConfig({List<
EnterpriseCrmEventbusProtoTaskUiModuleConfig> ? taskUiModuleConfigs}) - EnterpriseCrmEventbusProtoTaskUiConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
taskUiModuleConfigs
↔ List<
EnterpriseCrmEventbusProtoTaskUiModuleConfig> ? -
Configurations of included config modules.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited