DefaultScope constructor

DefaultScope(
  1. String? scope
)

Create new DefaultScope using scope.

Implementation

DefaultScope(String? scope)
  : value = scope ?? 'https://www.googleapis.com/auth/youtube';