TypesErrorCode.other constructor

const TypesErrorCode.other(
  1. dynamic payload
)

Implementation

const factory TypesErrorCode.other(i1.Option<String> payload) =
    TypesErrorCodeOther;