call abstract method

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

Implementation

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