PlatformResult constructor

PlatformResult(
  1. String? value,
  2. PlatformError? error
)

Implementation

PlatformResult(this.value, this.error);