farmershands
report_title
ReportTitle
ReportTitle constructor
ReportTitle
ReportTitle
constructor
Null safety
ReportTitle
(
{
required
int
id
,
required
String
title
}
)
Implementation
ReportTitle({ required this.id, required this.title, });
farmershands
report_title
ReportTitle
ReportTitle constructor
ReportTitle class
Constructors
ReportTitle
fromJson
Properties
hashCode
id
runtimeType
title
Methods
noSuchMethod
toJson
toString
Operators
operator ==