Platforms constructor

Platforms({
  1. String? ethereum,
})

Implementation

Platforms({
  this.ethereum,
});