call abstract method

$R call({
  1. FileType? type,
  2. String? name,
  3. String? description,
  4. String? author,
  5. String? version,
  6. Set<String>? dependencies,
  7. int? fileVersion,
})

Implementation

$R call({
  FileType? type,
  String? name,
  String? description,
  String? author,
  String? version,
  Set<String>? dependencies,
  int? fileVersion,
});