NetException.defaultError constructor

const NetException.defaultError(
  1. String error
)

Implementation

const factory NetException.defaultError(String error) = DefaultError;