Platforms constructor Null safety

Platforms(
  1. {String? ethereum}
)

Implementation

Platforms({
  this.ethereum,
});