ResumeSessionResponse.fromMap constructor

ResumeSessionResponse.fromMap(
  1. Map<Object?, Object?> value
)

Implementation

factory ResumeSessionResponse.fromMap(Map<Object?, Object?> value) =>
    _resumeSessionResponseCodec.decode(value);