toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return AuthenticatedRequestedMapper.ensureInitialized()
      .encodeMap<AuthenticatedRequested>(this as AuthenticatedRequested);
}