ContinueResponseBody.fromMap constructor

ContinueResponseBody.fromMap(
  1. Map<String, Object?> obj
)

Implementation

ContinueResponseBody.fromMap(Map<String, Object?> obj)
    : allThreadsContinued = obj['allThreadsContinued'] as bool?;