SingleAction class

多条信息时, 单条的信息

Constructors

SingleAction({required String title, required String actionURL})
具体的参数信息查看字段说明
const

Properties

actionURL String
点击后的连接
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
标题
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