TenantProjectPubspec constructor

TenantProjectPubspec(
  1. Pubspec pubspec, [
  2. String? rawYamlContent
])

Implementation

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