EventListRowModel class

Constructors

EventListRowModel.new(Map<String, dynamic>? listProps, Map<String, dynamic>? data)

Properties

data Map<String, dynamic>?
getter/setter pair
date String
no setter
datetime DateTime
no setter
hashCode int
The hash code for this object.
no setterinherited
listProps Map<String, dynamic>?
getter/setter pair
monthName String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
separatorColor Color
no setter
showTime bool
no setter
subTitle String
no setter
subTitleColor Color
no setter
subTitleFontSize double
no setter
thumbnailBG Color
no setter
thumbnailTextColor Color
no setter
time String
no setter
title String
no setter
titleColor Color
no setter
titleFontSize double
no setter

Methods

getField(String x) String
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