SCReportModel class

Inheritance

Constructors

SCReportModel({required String sourceContent, required String title, required SourceType sourceType, required String userId, required String sourceId})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceContent String
内容
final
sourceId String
内容id
getter/setter pairinherited
sourceName String
内容 标题
getter/setter pairinherited
sourceType SourceType
类型
final
title String
标题
final
userId String
用户手机号或者用户唯一id(未登录时可传"")
getter/setter pairinherited

Methods

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

Operators

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