FeedAction class

类似于微信消息的卡片

Constructors

FeedAction({required String title, required String messageURL, required String picURL})
参数查看字段的说明, 所有字段都是必填项
const

Properties

hashCode int
The hash code for this object.
no setterinherited
messageURL String
消息的连接
final
picURL String
图片的url
final
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