FwStandardModulesAdministratorEmailTemplateEmailTemplateLogic class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
FwStandardModulesAdministratorEmailTemplateEmailTemplateLogic({String? appEmailId, String? description, String? filterId, String? subject, String? emailText, String? category, String? bodyFormat, String? emailType, bool? inactive, String? auditNote, String? recordTitle, List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, List<FwStandardDataFwCustomValue> ? custom, List<FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue> ? translation}) -
FwStandardModulesAdministratorEmailTemplateEmailTemplateLogic.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appEmailId → String?
-
final
- auditNote → String?
-
final
- bodyFormat → String?
-
final
- category → String?
-
final
-
custom
→ List<
FwStandardDataFwCustomValue> ? -
final
-
defaultFieldAttributes
→ List<
FwStandardDataFwDefaultAttribute> ? -
final
- description → String?
-
final
- emailText → String?
-
final
- emailType → String?
-
final
-
fields
→ List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? -
final
- filterId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- inactive → bool?
-
final
- recordTitle → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subject → String?
-
final
-
translation
→ List<
FwStandardDataFwTranslatedValue> ? -
final
Methods
-
copyWith(
{String? appEmailId, String? description, String? filterId, String? subject, String? emailText, String? category, String? bodyFormat, String? emailType, bool? inactive, String? auditNote, String? recordTitle, List< FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, List<FwStandardDataFwCustomValue> ? custom, List<FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue> ? translation}) → FwStandardModulesAdministratorEmailTemplateEmailTemplateLogic -
Available on FwStandardModulesAdministratorEmailTemplateEmailTemplateLogic, provided by the $FwStandardModulesAdministratorEmailTemplateEmailTemplateLogicExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? appEmailId, Wrapped<String?> ? description, Wrapped<String?> ? filterId, Wrapped<String?> ? subject, Wrapped<String?> ? emailText, Wrapped<String?> ? category, Wrapped<String?> ? bodyFormat, Wrapped<String?> ? emailType, Wrapped<bool?> ? inactive, Wrapped<String?> ? auditNote, Wrapped<String?> ? recordTitle, Wrapped<List< ? fields, Wrapped<FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?>List< ? custom, Wrapped<FwStandardDataFwCustomValue> ?>List< ? defaultFieldAttributes, Wrapped<FwStandardDataFwDefaultAttribute> ?>List< ? translation}) → FwStandardModulesAdministratorEmailTemplateEmailTemplateLogicFwStandardDataFwTranslatedValue> ?> -
Available on FwStandardModulesAdministratorEmailTemplateEmailTemplateLogic, provided by the $FwStandardModulesAdministratorEmailTemplateEmailTemplateLogicExtension extension
-
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.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const FwStandardModulesAdministratorEmailTemplateEmailTemplateLogic Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(FwStandardModulesAdministratorEmailTemplateEmailTemplateLogic instance)