Application class
The application the linked item is in.
Constructors
- Application({String? name, String? type})
-
Application.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of the application. Used in conjunction with the (remote) object
icon title to display a tooltip for the link's icon. The tooltip takes the
format "
application name
icon title". Blank items are excluded from the tooltip title. If both items are blank, the icon tooltop displays as "Web Link". Grouping and sorting of links may place links without an application name last.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
The name-spaced type of the application, used by registered rendering
apps.
final
Methods
-
copyWith(
{String? name, String? type}) → Application -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited