code property

ErrorCode? code

Implementation

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