name property
The package name as declared in package_config.json.
This is the canonical package identifier used in import 'package:...'
statements and for resolving package dependencies.
Implementation
final String name;
The package name as declared in package_config.json.
This is the canonical package identifier used in import 'package:...'
statements and for resolving package dependencies.
final String name;