termsOfService property
String?
get
termsOfService
Optional terms of service URL.
Implementation
String? get termsOfService => _['termsOfService'] as String?;
Optional terms of service URL.
String? get termsOfService => _['termsOfService'] as String?;