Result<T> constructor

Result<T>(
  1. String type
)

Implementation

Result(this.type);