EmptyViewModel class

Constructors

EmptyViewModel({EmptyType type = EmptyType.featuredIcon, EmptyHierarchy hierarchy = EmptyHierarchy.md, dynamic icon = GeneralIcon.searchLg, String title = "Упс, тут пусто", String subtitle = "Данные не найдены", List<OneButtonViewModel>? buttons})
const

Properties

buttons List<OneButtonViewModel>?
final
hashCode int
The hash code for this object.
no setterinherited
hierarchy EmptyHierarchy
final
icon → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String
final
title String
final
type EmptyType
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited