TenantProjectPubspec constructor
TenantProjectPubspec(
- Pubspec pubspec, [
- String? rawYamlContent
Implementation
TenantProjectPubspec(this.pubspec, [final String? rawYamlContent])
: _rawYamlContent = rawYamlContent ?? '';