WebApiLogicAppFuncCustomFormModel class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiLogicAppFuncCustomFormModel({String? baseForm, String? customFormId, String? description, bool? thisUserOnly, String? html, String? assignTo})
WebApiLogicAppFuncCustomFormModel.fromJson(Map<String, dynamic> json)
factory

Properties

assignTo String?
final
baseForm String?
final
customFormId String?
final
description String?
final
hashCode int
The hash code for this object.
no setteroverride
html String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thisUserOnly bool?
final

Methods

copyWith({String? baseForm, String? customFormId, String? description, bool? thisUserOnly, String? html, String? assignTo}) WebApiLogicAppFuncCustomFormModel

Available on WebApiLogicAppFuncCustomFormModel, provided by the $WebApiLogicAppFuncCustomFormModelExtension extension

copyWithWrapped({Wrapped<String?>? baseForm, Wrapped<String?>? customFormId, Wrapped<String?>? description, Wrapped<bool?>? thisUserOnly, Wrapped<String?>? html, Wrapped<String?>? assignTo}) WebApiLogicAppFuncCustomFormModel

Available on WebApiLogicAppFuncCustomFormModel, provided by the $WebApiLogicAppFuncCustomFormModelExtension 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 WebApiLogicAppFuncCustomFormModel Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiLogicAppFuncCustomFormModel instance)