termsOfService property

String? get termsOfService

Optional terms of service URL.

Implementation

String? get termsOfService => _['termsOfService'] as String?;