FirebasePlatformEntry constructor

const FirebasePlatformEntry(
  1. String name,
  2. FirebasePlatform platform
)

Creates a Firebase platform entry.

Implementation

const FirebasePlatformEntry(this.name, this.platform);