call abstract method

TRes call({
  1. String? name,
  2. Input$MediaInput? media,
  3. List<String>? tags,
  4. String? location,
  5. double? totalSurface,
  6. double? nonStorageSurface,
  7. String? externalId,
})

Implementation

TRes call({
  String? name,
  Input$MediaInput? media,
  List<String>? tags,
  String? location,
  double? totalSurface,
  double? nonStorageSurface,
  String? externalId,
});