call abstract method

TRes call({
  1. String? name,
  2. Input$PictureInput? picture,
  3. int? layer,
  4. int? rank,
  5. bool? hasChildren,
  6. String? parent,
})

Implementation

TRes call({
  String? name,
  Input$PictureInput? picture,
  int? layer,
  int? rank,
  bool? hasChildren,
  String? parent,
});