call abstract method

TRes call({
  1. String? name,
  2. String? code,
  3. List<String>? tags,
})

Implementation

TRes call({
  String? name,
  String? code,
  List<String>? tags,
  Input$DeviceBrandLogoInput? logo,
});