foundSystems method

  1. @override
String foundSystems(
  1. Object count
)
override

No description provided for @foundSystems.

In en, this message translates to: 'Found {count} systems'

Implementation

@override
String foundSystems(Object count) {
  return 'Found $count systems';
}