k
This commit is contained in:
@@ -295,7 +295,7 @@ class TicketModel extends Equatable {
|
||||
?.myFormat(),
|
||||
sourceModelName: (map['source_model']?['name_with_brand'] as String?)
|
||||
?.myFormat(),
|
||||
createdById: map['staff_id'] as String?,
|
||||
createdById: map['created_by_id'] as String?,
|
||||
createdByName: (map['created_by']?['name'] as String?)?.myFormat(),
|
||||
assignedToId: map['assigned_to_id'] as String?,
|
||||
assignedToName: (map['assigned_to']?['name'] as String?)?.myFormat(),
|
||||
|
||||
Reference in New Issue
Block a user