code property

ErrorCode? get code

Implementation

ErrorCode? get code =>
    _standardSerializers.deserializeWith(ErrorCode.serializer, _code);