phase3: nullfix arg-bang handler (argument_type/invalid_assignment). 872 -> 621
This commit is contained in:
@@ -227,7 +227,7 @@ class DesktopMySupportState extends State<DesktopMySupport> {
|
||||
),
|
||||
Container(
|
||||
child: Text(
|
||||
Utils.utcDatetimeStringToLocalDatetimeString(context, ticket.createdAt, withTime: true),
|
||||
Utils.utcDatetimeStringToLocalDatetimeString(context, ticket.createdAt!, withTime: true),
|
||||
style: TextStyle(
|
||||
fontSize: 13.0,
|
||||
color: Colors.grey,
|
||||
@@ -296,7 +296,7 @@ class DesktopMySupportState extends State<DesktopMySupport> {
|
||||
void loadTicketes(bool isRefresh) {
|
||||
HttpUtil.httpGet(
|
||||
'v1/mysupport',
|
||||
businessId: widget.businessId,
|
||||
businessId: widget.businessId!,
|
||||
queryParameters: {
|
||||
'page': _page.toString(),
|
||||
'size': Constants.TICKET_PER_PAGE_DESKTOP.toString(),
|
||||
|
||||
Reference in New Issue
Block a user