toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (progressNumber != null) 'progressNumber': progressNumber!,
      if (progressType != null) 'progressType': progressType!,
      if (threadId != null) 'threadId': threadId!,
    };